Creativeprojects is a niche publisher focused on minimalist, command-line tooling that quietly extends the power of larger open-source projects. Its flagship utility, resticprofile, wraps the popular restic backup engine with a declarative YAML layer, letting system administrators, DevOps engineers, and privacy-minded home users turn raw shell scripts into repeatable, scheduled backup policies without touching cron syntax or terminal flags again. Typical use cases include headless servers that need hourly snapshots to S3, laptops that rotate between local USB and off-site SFV repositories, or Docker hosts that want per-volume backup jobs with pre/post hooks for database quiescence. By abstracting restic’s extensive flag list into human-readable profiles, the tool enables version-controlled disaster-recovery strategies, bandwidth-throttled uploads, and encrypted, deduplicated repositories that can be restored on any platform. Profiles can be chained, inherited, and triggered through systemd timers, Windows Task Scheduler, or the built-in scheduler, making the software equally at home in a homelab NAS as in a cloud CI pipeline that backs up infrastructure state. resticprofile is offered under an open-source licence and is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always resolving to the latest upstream release and supporting batch installation alongside other applications.

resticprofile

Configuration profiles manager and scheduler for restic backup

Details